-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Swap installation order of Trixi.jl and LibTrixi.jl #192
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #192 +/- ##
=======================================
Coverage 80.27% 80.27%
=======================================
Files 19 19
Lines 715 715
Branches 50 50
=======================================
Hits 574 574
Misses 137 137
Partials 4 4
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
I also updated t8code's version to v2.0.0. Should have done that earlier, but it also seems to be necessary with the current version of Trixi.jl. |
Co-authored-by: Michael Schlottke-Lakemper <[email protected]>
…rk/libtrixi into bg/swap_installation_order
🙄 What to do? Restrict Trixi.jl version to >=0.7.16? |
What do you mean? All tests seem to pass?! |
nelementsglobal was changed in v.0.7.16 trixi-framework/Trixi.jl#1865
Does this fix #190 ?